home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / sfrbbsdr.zip / SFRBBSDR.DOC next >
Text File  |  1989-07-16  |  4KB  |  73 lines

  1.  
  2.                                  SFRBBSDR
  3.                     Compliments of Buffalo Creek Software
  4.                               913 - 39th Street
  5.                           West Des Moines, Iowa 50265
  6.                           
  7.                              
  8.  
  9.          SFRBBSDR is a companion SPITFIRE Bulletin Board System program 
  10.     which can be used to convert door programs written specifically for 
  11.     RBBS (Remote Bulletin Board Service System) software so they are 
  12.     compatible with SPITFIRE.  Using the SFRBBSDR conversion utility, 
  13.     RBBS door programs can be set up and run in SPITFIRE either as a 
  14.     SPITFIRE door program or as one of the optional SPITFIRE Sysop 
  15.     configurable commands available from the Main, Message or File Menu.
  16.  
  17.          When a caller is logged on a SPITFIRE BBS and elects to utilize 
  18.      a Door, SPITFIRE creates a file named SFDOORS.DAT.  This file
  19.      contains necessary user information and must exist for the user to 
  20.      be able to return to SPITFIRE after running the Door program.
  21.      Similarly, when a caller uses one of the Sysop configurable 
  22.      commands, a SFMAIN.DAT, SFMESS.DAT or SFFILE.DAT is created 
  23.      corresponding to the menu from which the configurable command 
  24.      is being executed.    Once the caller has returned to SPITFIRE, 
  25.      the SFDOORS.DAT, SFMAIN.DAT, SFMESS.DAT or SFFILE.DAT file is 
  26.      erased from the drive.
  27.           
  28.          SFRBBSDR reads the information from SFDOORS.DAT, SFMAIN.DAT,
  29.     SFMESS.DAT or SFFILES.DAT and then writes the information to 
  30.     DORINFO1.DEF.  DORINFO1.DEF is a file that RBBS writes when a caller
  31.     logged on a RBBS BBS elects to utilize a door.  There are many Door
  32.     programs written to be used with RBBS that are dependent on the 
  33.     DORINFO1.DEF file for their operation.  By using SFRBBSDR, the 
  34.     DORINFO1.DEF can be created to allow Door programs written for 
  35.     RBBS to be used with SPITFIRE.
  36.      
  37.     
  38.     SFRBBSDR requires some command line parameters.  Listed below are these
  39.     various switches and there purpose:
  40.      
  41.          /B - This switch tells SFRBBSDR the name of your Bulletin Board.
  42.               Example: SFRBBSDR /B Buffalo Creek's BBS
  43.               
  44.          /S - This switch tells SFRBBSDR the Sysop's name.  Example:
  45.               SFRBBSDR /B Buffalo Creek's BBS /S Mike Woltz
  46.               
  47.          /P - This switch tells SFRBBSDR where to write the DORINFO1.DEF
  48.               file.  Let's assume that you are going to run the RBBS door
  49.               program in a sub-directory of your SF directory named DOOR2.
  50.               In that case you would want to use the switch in this manner.
  51.               
  52.               SFRBBSDR /B Buffalo Creek's BBS /S Mike Woltz /P C:\SF\DOOR2
  53.               
  54.      Now lets make an example of running a Door program designed for use
  55.      with RBBS.  This example assumes the use of SPITFIRE's Door_A and 
  56.      assumes that the Door program is to be run in a sub-directory of
  57.      SF named DOORA.  Your SF.BAT file (in part) should look something like
  58.      the below listed.
  59.       
  60.              :DOOR_A
  61.              SFRBBSDR /B Buffalo Creek's BBS /S Mike Woltz /P C:\SF\DOORA
  62.              CD\SF\DOORA
  63.              USBBSDOR   {NOTE : Name of RBBS Door Program}
  64.              GOTO LOOP
  65.              :DOOR_B
  66.  
  67.      Any suggestions for improvement of this utility can be mailed to the
  68.      address shown above or you can call Buffalo Creek's BBS at the below
  69.      listed number:
  70.       
  71.      Buffalo Creek's BBS + (515) 225-8496 + 19200/9600/2400/1200
  72.       
  73.